string_find_first
Syntax:
string_find_first(string, substr, from=1)
Arguments:
Argument Name | Type | Description |
---|---|---|
string | string | string to search through |
substr | string | substring to find |
from=1 | real | (default: 1) where to search from |
Returns: (real)
Description:
Loading page...